T A S K - 3
Mini Project: Task Tracker Application
Obective:
Create a simple Task Tracker application using vanilla JavaScript,HTML,
and CSS to perform
basic CURD operations o tasks.
Instructions:
- Setup Project Environment
- Create a new directory for your record
- Set up basic HTML,CAA and JavaScript files.
- Design UI
- Create a simple and user-friendly interface with the following elements:
- An input field to add new tasks.
- A button to add the task.
- A list to display all tasks.
- Buttons to edit and delete tasks.
- Implement CURD Operations
- Implement the following functionalities:
- Add Task:Add a new task to the list
- Display Tasks:Display all tasks in the list.
- Update Task:Edit an existing task.
- Delete Task:Remove a task from the list
- Test Application
- Test the application to ensure all CURD operations work as expected.
- Documentation Application
- Provide brief documentation of the application,including setup instructions and a
description of the functionalities>
Deliverables:
- Source code of the project.
- Documentation of the application.
- Screenshots or a video demonstration of the application.